home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00092.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  371 b   |  17 lines

  1. on exitFrame
  2.   global starter, soundspath, effectspath
  3.   starter = starter + 1
  4.   if starter > 3 then
  5.     sprite(38).visible = 1
  6.     sprite(37).visible = 1
  7.   else
  8.     sprite(38).visible = 0
  9.     sprite(37).visible = 1
  10.   end if
  11.   set the keyUpScript to EMPTY
  12.   sound playFile 2, effectspath & "lose.aif"
  13.   puppetSprite(27, 0)
  14.   puppetSprite(28, 0)
  15.   puppetSprite(29, 0)
  16. end
  17.